Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.multi.tenant.layouts--actions

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.layouts inside nuxeo-multi-tenant-jsf-9.10.jar /OSGI-INF/layouts-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="userTenantId" order="100" type="widget">
          <category>USER_ADDITIONAL_WIDGETS</category>
          <properties>
            <property name="widgetName">userTenantId</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="userTenantId" order="100" type="widget">
      <category>USER_ADDITIONAL_WIDGETS</category>
      <properties>
        <property name="widgetName">userTenantId</property>
      </properties>
    </action>

  </extension>